-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Remove register-finality-provider
cmd
#189
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great job! love the -1,246
lines removed
return nil, fmt.Errorf("failed to create proof-of-possession of the finality-provider: %w", err) | ||
} | ||
|
||
// TODO: query consumer chain to check if the fp is already registered |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK, we should check this version of fpd in bbn-deployments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, from docs perspective looks good too
Local deployment works. Merging the pr now |
Closes #188. In particular, this PR:
register-finality-provider
cmdcreate-finality-provider
CREATED
app.go
toevent_loops.go
)As this PR caused major change in operations, please give it a careful look